home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
hypercar
/
science
/
sciware.sit
/
Scientific Software
/
card_49441.txt
< prev
next >
Wrap
Text File
|
1989-02-03
|
807b
|
41 lines
-- card: 49441 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 3144
-- name:
-- part 1 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=91 top=309 right=332 bottom=185
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Import text
----- HyperTalk script -----
on mouseUp
Global fileName
ask "Import text from what file?"
if it is empty then exit mouseUp
put it into fileName
open file fileName
repeat
doMenu "New Card"
read from file fileName until return
if it is empty then exit mouseUp
put it into line 1 of field 1
end repeat
end mouseUp
-- part contents for background part 3
----- text -----
Last Card